home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / database / moviessh.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-09-06  |  2KB  |  51 lines

  1. ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO   You are about to install the MOVIES and STORYLINE programs to a
  6. echo.
  7. echo   directory, on your C:DRIVE, named MOVIES.  When the installation
  8. echo.
  9. echo   is complete, you will automatically go to the MOVIES directory,
  10. echo.
  11. echo   and the program will run.  You can then remove the installation disk
  12. echo.
  13. echo   from your floppy drive, and keep it in a safe place.
  14. echo.
  15. echo   If, for some reason, you wish NOT TO CONTINUE, with this installation,
  16. echo.
  17. echo   just press the CTRL key and the C key, at the same time, and then
  18. echo.
  19. echo   answer Y to the `TERMINATE BATCHJOB Y/N?' prompt, that will show on
  20. echo.
  21. echo   your monitor screen.  If you wish to complete the installation then,
  22. echo.
  23. pause
  24. MD C:\MOVIES
  25. COPY *.* C:\MOVIES
  26. C:
  27. CD MOVIES
  28. CLS
  29. echo.
  30. echo.
  31. echo   Both the MOVIES program, and the STORIES program have been installed.
  32. echo.
  33. echo   In the future, to run the MOVIES program, simply go to the C:\MOVIES
  34. echo.
  35. echo   directory, type MOVIES and press ENTER.  To run the STORIES program,
  36. echo.
  37. echo   where you can type in movie descriptions that will be retrieved by
  38. echo.
  39. echo   the MOVIES program, just go to the C:\MOVIES directory, type STORIES
  40. echo.
  41. echo   and press ENTER.
  42. echo.
  43. echo   By pressing ANY KEY, as is prompted below, you will run the MOVIES
  44. echo.
  45. echo   program, now.  OR  You can press the CTRL and C keys, at the same
  46. echo.
  47. echo   time, answer Y to the ABORT prompt, and you will return to DOS.
  48. echo.
  49. pause
  50. MOVIES.EXE
  51.